home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 007a / compques.zip / CQSHOW.BAT next >
DOS Batch File  |  1993-03-19  |  1KB  |  34 lines

  1. cls
  2. @echo off
  3. echo ******* SCREENSHOW FOR COMPQUEST PRO+ VERSION 2.0 *********
  4. echo .
  5. if not exist runshow.bat goto wrongdrv
  6. if not exist showdata.exe goto wrongdrv
  7. echo .
  8. echo This screenshow should be run from a hard drive.
  9. echo The files will be installed to C:\CQSHOW.
  10. echo Press Ctrl-C NOW if you want to cancel installation.
  11. echo .
  12. echo ***********************************************************
  13. echo * NOTE: If installation fails for any reason, you may     *
  14. echo *       install manually by copying the files on the      *
  15. echo *       diskette to a directory on the hard drive.        *
  16. echo *       Then, type "RUNSHOW" from that directory.         *
  17. echo ***********************************************************
  18. echo .
  19. pause
  20. md c:\cqshow
  21. echo Copying and extracting files...
  22. copy *.* c:\cqshow\*.* > NUL
  23. c:
  24. cd\cqshow
  25. runshow
  26. goto end
  27. :wrongdrv
  28. echo PLEASE CHANGE TO THE FLOPPY DRIVE FIRST.  THEN INSTALL.
  29. echo FOR EXAMPLE:
  30.  
  31. echo A:       (Press Enter)
  32. echo CQSHOW   (Press Enter)
  33.  
  34. :end